home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / biz / demo / Reflections4De.lha / Ref4Demo / skripte.lha / demo2b.skr < prev    next >
Text File  |  1996-08-10  |  55KB  |  1,975 lines

  1. REFSKRIPT
  2.  
  3. Meldung In der folgenden Demonstration zeigen wir die Herstellung eines Kinderzimmers.
  4.  
  5. OBJ_NEW Zimmer 3
  6. GET_RESULT create_name
  7.  
  8. ;********Punkte erzeugen************
  9.  
  10. GEO_new_pt create_name
  11. GET_RESULT res
  12. GEO_SET_PT create_name  res -200.000000 -150.000000 -120.000000
  13.  
  14. GEO_new_pt create_name
  15. GET_RESULT res
  16. GEO_SET_PT create_name  res 200.000000 -150.000000 -120.000000
  17.  
  18. GEO_new_pt create_name
  19. GET_RESULT res
  20. GEO_SET_PT create_name  res 200.000000 150.000000 -120.000000
  21.  
  22. GEO_new_pt create_name
  23. GET_RESULT res
  24. GEO_SET_PT create_name  res -200.000000 150.000000 -120.000000
  25.  
  26. GEO_new_pt create_name
  27. GET_RESULT res
  28. GEO_SET_PT create_name  res -200.000000 -150.000000 120.000000
  29.  
  30. GEO_new_pt create_name
  31. GET_RESULT res
  32. GEO_SET_PT create_name  res 200.000000 -150.000000 120.000000
  33.  
  34. GEO_new_pt create_name
  35. GET_RESULT res
  36. GEO_SET_PT create_name  res 200.000000 150.000000 120.000000
  37.  
  38. GEO_new_pt create_name
  39. GET_RESULT res
  40. GEO_SET_PT create_name  res -200.000000 150.000000 120.000000
  41.  
  42. ;********Dreiecke erzeugen************
  43.  
  44. PKL_ADD Zimmer
  45. PLOT_PKL
  46. PLOT_SCHRAEG
  47. Geo_SET Kamera -400 400 400 1
  48.  
  49. DREI_NEW_DREI create_name 0 4 1
  50. PLOT_PKL
  51. DREI_NEW_DREI create_name 4 5 1
  52. PLOT_PKL
  53. DREI_NEW_DREI create_name 0 3 4
  54. DREI_NEW_DREI create_name 3 7 4
  55. DREI_NEW_DREI create_name 1 6 2
  56. PLOT_PKL
  57. DREI_NEW_DREI create_name 1 5 6
  58. PLOT_PKL
  59. DREI_NEW_DREI create_name 2 7 3
  60. DREI_NEW_DREI create_name 2 6 7
  61. DREI_NEW_DREI create_name 4 7 5
  62. DREI_NEW_DREI create_name 7 6 5
  63. DREI_NEW_DREI create_name 1 3 0
  64. PLOT_PKL
  65. DREI_NEW_DREI create_name 1 2 3
  66. PLOT_PKL
  67.  
  68. Meldung Wir versehen das Zimmer mit Materialien.
  69.  
  70. WAIT_SECS 1
  71.  
  72. akt_kp_drei Zimmer
  73. kp_material all Wand
  74.  
  75.  
  76. GEO_SELECT_PT Zimmer 0
  77. GEO_SELECT_PT Zimmer 1
  78. GEO_SELECT_PT Zimmer 2
  79. GEO_SELECT_PT Zimmer 3
  80.  
  81. KP_DEFINE Boden
  82. kp_material BODEN Belag
  83. Farb_Solid
  84. Wait_SECS 2
  85.  
  86. Solid
  87.  
  88. :---------------------------------------------
  89. ;Kugel ERZEUGEN
  90.  
  91. OBJ_NEW BALL 22
  92. geo_new_pt ball
  93. get_result n
  94.  
  95. geo_set_pt ball n 0 0 0
  96.  
  97. Meldung Im zweiten Schritt erzeugen wir einen Ball.
  98.  
  99. PLOT_SCHRAEG
  100. PLOT_PERSP
  101. WAIT_SECS 0.5
  102.  
  103.  
  104. ;Bewegen Kamera
  105.  
  106. Geo_MOVE KAMERA 20 -20 -20
  107. Plot_PERSP
  108. Geo_MOVE KAMERA 20 -20 -20
  109. Plot_PERSP
  110. Geo_MOVE KAMERA 20 -20 -20
  111. Plot_PERSP
  112. Geo_MOVE KAMERA 20 -20 -20
  113. Plot_PERSP
  114. Geo_MOVE KAMERA 20 -20 -20
  115. Plot_PERSP
  116. Geo_MOVE KAMERA 20 -20 -20
  117. Plot_PERSP
  118. Geo_MOVE KAMERA 20 -20 -20
  119. Plot_PERSP
  120. Geo_MOVE KAMERA 20 -20 -20
  121. Plot_PERSP
  122. Geo_MOVE KAMERA 20 -20 -20
  123. Plot_PERSP
  124. Geo_MOVE KAMERA 20 -20 -20
  125. Plot_PERSP
  126. Geo_MOVE KAMERA 20 -20 -20
  127. Plot_PERSP
  128. Geo_MOVE KAMERA 20 -20 -20
  129. Plot_PERSP
  130. Geo_MOVE KAMERA 20 -20 -20
  131. Plot_PERSP
  132. Geo_MOVE KAMERA 20 -20 -20
  133. Plot_PERSP
  134. Geo_MOVE KAMERA 20 -20 -20
  135.  
  136. Plot_PERSP
  137.  
  138. ;Wait_secs 1
  139. KUG_NEU_KUGEL BALL n 15
  140.  
  141. KUG_SET_KUGEL_MATERIAL Ball 0 Streifen
  142.  
  143. GEO_ROT Ball 0 25
  144. Geo_Rot Ball 2 79
  145.  
  146.  
  147. pkl_add ball
  148. Plot_PERSP
  149. Wait_secs 0.5
  150.  
  151.  
  152. ;Bewegen
  153. Geo_MOVE BALL -7 -7 -10.4
  154. ;Plot_4
  155. PLOT_PERSP
  156. Geo_MOVE BALL -7 -7 -10.4
  157. ;Plot_4
  158. PLOT_PERSP
  159. Geo_MOVE BALL -7 -7 -10.4
  160. ;Plot_4
  161. PLOT_PERSP
  162. Geo_MOVE BALL -7 -7 -10.4
  163. ;Plot_4
  164. PLOT_PERSP
  165. Geo_MOVE BALL -7 -7 -10.4
  166. ;Plot_4
  167. PLOT_PERSP
  168. Geo_MOVE BALL -7 -7 -10.4
  169. ;Plot_4
  170. PLOT_PERSP
  171. Geo_MOVE BALL -7 -7 -10.4
  172. ;Plot_4
  173. PLOT_PERSP
  174. Geo_MOVE BALL -7 -7 -10.4
  175. ;Plot_4
  176. PLOT_PERSP
  177. Geo_MOVE BALL -7 -7 -10.4
  178. ;Plot_4
  179. PLOT_PERSP
  180. Geo_MOVE BALL -7 -7 -10.4
  181. ;Plot_4
  182. PLOT_PERSP
  183. Wait_SECS 0.5
  184.  
  185.  
  186. ;--------------------------------------------
  187. ;Würfel erzeugen
  188.  
  189. OBJ_NEW Würfel_1 3
  190. GET_RESULT create_name
  191. ;********Punkte erzeugen************
  192.  
  193. Geo_SET Kamera -100 100 80
  194. GEO_Ziele_AUF Kamera -7.7 6.6 -11
  195. PLOT_PERSP
  196.  
  197. Geo_SET Kamera -100 100 60
  198. GEO_Ziele_AUF Kamera -15.4 13.2 -22
  199. PLOT_PERSP
  200.  
  201. Geo_SET Kamera -100 100 40
  202. GEO_Ziele_AUF Kamera -23.1 19.8 -33
  203. PLOT_PERSP
  204.  
  205. Geo_SET Kamera -100 100 20
  206. GEO_Ziele_AUF Kamera -30.8 26.4 -44
  207. PLOT_PERSP
  208.  
  209. Geo_SET Kamera -100 100 0
  210. GEO_Ziele_AUF Kamera -38.5 33 -55
  211. PLOT_PERSP
  212.  
  213. Geo_SET Kamera -100 100 -20
  214. GEO_Ziele_AUF Kamera -46.2 39.6 -66
  215. PLOT_PERSP
  216.  
  217. Geo_SET Kamera -100 100 -40
  218. GEO_Ziele_AUF Kamera -53.9 46.2 -77
  219. PLOT_PERSP
  220.  
  221. Geo_SET Kamera -100 100 -60
  222. GEO_Ziele_AUF Kamera -61.6 52.8 -88
  223. PLOT_PERSP
  224.  
  225. Geo_SET Kamera -100 100 -80
  226. GEO_Ziele_AUF Kamera -69.3 59.4 -99
  227. PLOT_PERSP
  228.  
  229. Geo_SET Kamera -100 100 -100
  230. GEO_Ziele_AUF Kamera -77 66 -110
  231. PLOT_PERSP
  232. WAIT_SECS 1
  233.  
  234. Meldung Dem Ball folgen einige Würfel.
  235.  
  236. ;PUNKTE erzeugen
  237.  
  238. GEO_new_pt create_name
  239. GET_RESULT res
  240. GEO_SET_PT create_name  res -71.995422 58.889881 -120.000000
  241.  
  242. GEO_new_pt create_name
  243. GET_RESULT res
  244. GEO_SET_PT create_name  res -64.086380 57.686928 -120.000000
  245. GEO_new_pt create_name
  246. GET_RESULT res
  247. GEO_SET_PT create_name  res -62.883427 65.595978 -120.000000
  248. GEO_new_pt create_name
  249. GET_RESULT res
  250. GEO_SET_PT create_name  res -70.792465 66.798935 -120.000000
  251. GEO_new_pt create_name
  252. GET_RESULT res
  253. GEO_SET_PT create_name  res -71.995422 58.889881 -112.000000
  254. GEO_new_pt create_name
  255. GET_RESULT res
  256. GEO_SET_PT create_name  res -64.086380 57.686928 -112.000000
  257. GEO_new_pt create_name
  258. GET_RESULT res
  259. GEO_SET_PT create_name  res -62.883427 65.595978 -112.000000
  260. GEO_new_pt create_name
  261. GET_RESULT res
  262. GEO_SET_PT create_name  res -70.792465 66.798935 -112.000000
  263.  
  264. ;********Dreiecke erzeugen************
  265. DREI_NEW_DREI create_name 0 1 4
  266.  
  267. DREI_NEW_DREI create_name 4 1 5
  268. DREI_NEW_DREI create_name 0 4 3
  269. DREI_NEW_DREI create_name 3 4 7
  270. DREI_NEW_DREI create_name 1 2 6
  271. DREI_NEW_DREI create_name 1 6 5
  272. DREI_NEW_DREI create_name 2 3 7
  273. DREI_NEW_DREI create_name 2 7 6
  274. DREI_NEW_DREI create_name 4 5 7
  275. DREI_NEW_DREI create_name 7 5 6
  276. DREI_NEW_DREI create_name 1 0 3
  277. DREI_NEW_DREI create_name 1 3 2
  278. PKL_ADD Würfel_1
  279. PLOT_PKL
  280. WAIT_SECS 0.5
  281.  
  282.  
  283.  
  284. OBJ_NEW Würfel_2 3
  285. GET_RESULT create_name
  286. ;********Punkte erzeugen************
  287.  
  288. GEO_new_pt create_name
  289. GET_RESULT res
  290. GEO_SET_PT create_name  res -70.449417 59.225677 -111.972961
  291.  
  292. GEO_new_pt create_name
  293. GET_RESULT res
  294. GEO_SET_PT create_name  res -64.461075 59.225677 -111.972961
  295. GEO_new_pt create_name
  296. GET_RESULT res
  297. GEO_SET_PT create_name  res -64.461075 65.214020 -111.972961
  298. GEO_new_pt create_name
  299. GET_RESULT res
  300. GEO_SET_PT create_name  res -70.449417 65.214020 -111.972961
  301. GEO_new_pt create_name
  302. GET_RESULT res
  303. GEO_SET_PT create_name  res -70.449417 59.225677 -105.984467
  304. GEO_new_pt create_name
  305. GET_RESULT res
  306. GEO_SET_PT create_name  res -64.461075 59.225677 -105.984467
  307. GEO_new_pt create_name
  308. GET_RESULT res
  309. GEO_SET_PT create_name  res -64.461075 65.214020 -105.984467
  310. GEO_new_pt create_name
  311. GET_RESULT res
  312. GEO_SET_PT create_name  res -70.449417 65.214020 -105.984467
  313.  
  314. ;********Dreiecke erzeugen************
  315. DREI_NEW_DREI create_name 0 1 4
  316.  
  317. DREI_NEW_DREI create_name 4 1 5
  318. DREI_NEW_DREI create_name 0 4 3
  319. DREI_NEW_DREI create_name 3 4 7
  320. DREI_NEW_DREI create_name 1 2 6
  321. DREI_NEW_DREI create_name 1 6 5
  322. DREI_NEW_DREI create_name 2 3 7
  323. DREI_NEW_DREI create_name 2 7 6
  324. DREI_NEW_DREI create_name 4 5 7
  325. DREI_NEW_DREI create_name 7 5 6
  326. DREI_NEW_DREI create_name 1 0 3
  327. DREI_NEW_DREI create_name 1 3 2
  328. PKL_ADD Würfel_2
  329. PLOT_PKL
  330. WAIT_SECS 0.5
  331.  
  332.  
  333. OBJ_NEW Würfel_3 3
  334. GET_RESULT create_name
  335. ;********Punkte erzeugen************
  336.  
  337. GEO_new_pt create_name
  338. GET_RESULT res
  339. GEO_SET_PT create_name  res -69.969536 60.351242 -105.990433
  340.  
  341. GEO_new_pt create_name
  342. GET_RESULT res
  343. GEO_SET_PT create_name  res -65.537537 59.679100 -105.990433
  344. GEO_new_pt create_name
  345. GET_RESULT res
  346. GEO_SET_PT create_name  res -64.865395 64.111092 -105.990433
  347. GEO_new_pt create_name
  348. GET_RESULT res
  349. GEO_SET_PT create_name  res -69.297394 64.783241 -105.990433
  350. GEO_new_pt create_name
  351. GET_RESULT res
  352. GEO_SET_PT create_name  res -69.969536 60.351242 -101.507736
  353. GEO_new_pt create_name
  354. GET_RESULT res
  355. GEO_SET_PT create_name  res -65.537537 59.679100 -101.507736
  356. GEO_new_pt create_name
  357. GET_RESULT res
  358. GEO_SET_PT create_name  res -64.865395 64.111092 -101.507736
  359. GEO_new_pt create_name
  360. GET_RESULT res
  361. GEO_SET_PT create_name  res -69.297394 64.783241 -101.507736
  362.  
  363. ;********Dreiecke erzeugen************
  364. DREI_NEW_DREI create_name 0 1 4
  365. DREI_NEW_DREI create_name 4 1 5
  366. DREI_NEW_DREI create_name 0 4 3
  367. DREI_NEW_DREI create_name 3 4 7
  368. DREI_NEW_DREI create_name 1 2 6
  369. DREI_NEW_DREI create_name 1 6 5
  370. DREI_NEW_DREI create_name 2 3 7
  371. DREI_NEW_DREI create_name 2 7 6
  372. DREI_NEW_DREI create_name 4 5 7
  373. DREI_NEW_DREI create_name 7 5 6
  374. DREI_NEW_DREI create_name 1 0 3
  375. DREI_NEW_DREI create_name 1 3 2
  376. PKL_ADD Würfel_3
  377. PLOT_PKL
  378.  
  379. WAIT_SECS 1
  380.  
  381.  
  382. OBJ_NEW Würfel_4 3
  383. GET_RESULT create_name
  384. ;********Punkte erzeugen************
  385.  
  386. GEO_new_pt create_name
  387. GET_RESULT res
  388. GEO_SET_PT create_name  res -68.675827 60.233459 -101.506142
  389.  
  390. GEO_new_pt create_name
  391. GET_RESULT res
  392. GEO_SET_PT create_name  res -65.400101 61.017456 -101.506142
  393. GEO_new_pt create_name
  394. GET_RESULT res
  395. GEO_SET_PT create_name  res -66.184097 64.293152 -101.506142
  396. GEO_new_pt create_name
  397. GET_RESULT res
  398. GEO_SET_PT create_name  res -69.459793 63.509182 -101.506142
  399. GEO_new_pt create_name
  400. GET_RESULT res
  401. GEO_SET_PT create_name  res -68.675827 60.233459 -98.137581
  402. GEO_new_pt create_name
  403. GET_RESULT res
  404. GEO_SET_PT create_name  res -65.400101 61.017456 -98.137581
  405. GEO_new_pt create_name
  406. GET_RESULT res
  407. GEO_SET_PT create_name  res -66.184097 64.293152 -98.137581
  408. GEO_new_pt create_name
  409. GET_RESULT res
  410. GEO_SET_PT create_name  res -69.459793 63.509182 -98.137581
  411.  
  412. ;********Dreiecke erzeugen************
  413. DREI_NEW_DREI create_name 0 1 4
  414.  
  415. DREI_NEW_DREI create_name 4 1 5
  416. DREI_NEW_DREI create_name 0 4 3
  417. DREI_NEW_DREI create_name 3 4 7
  418. DREI_NEW_DREI create_name 1 2 6
  419. DREI_NEW_DREI create_name 1 6 5
  420. DREI_NEW_DREI create_name 2 3 7
  421. DREI_NEW_DREI create_name 2 7 6
  422. DREI_NEW_DREI create_name 4 5 7
  423. DREI_NEW_DREI create_name 7 5 6
  424. DREI_NEW_DREI create_name 1 0 3
  425. DREI_NEW_DREI create_name 1 3 2
  426. PKL_ADD Würfel_4
  427. PLOT_PKL
  428. ;WAIT_SECS 1
  429.  
  430.  
  431. ;FARBSOLID UND MATERIALVERGABE EINFÜGEN
  432.  
  433. akt_kp_drei Würfel_1
  434. kp_material all Blau
  435.  
  436. akt_kp_drei Würfel_2
  437. kp_material all Gelb
  438.  
  439. akt_kp_drei Würfel_3
  440. kp_material all Grün
  441.  
  442. akt_kp_drei Würfel_4
  443. kp_material all Rot
  444.  
  445.  
  446. Meldung Die Würfel erhalten ebenfalls Materialien.
  447.  
  448. Wait_secs 1
  449. Farb_solid
  450. PLOT_PKL
  451.  
  452. Wait_secs 2
  453.  
  454. SOLID
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461. ;PFERDEKOPF
  462.  
  463. WAIT_SECS 2
  464.  
  465. PKL_SUB Würfel_4
  466. ;WAIT_SECS 0.5
  467. PLOT_PKL
  468.  
  469. PKL_SUB Würfel_3
  470. ;WAIT_SECS 0.5
  471. PLOT_PKL
  472.  
  473. PKL_SUB Würfel_2
  474. :WAIT_SECS 0.5
  475. PLOT_PKL
  476.  
  477. PKL_SUB Würfel_1
  478. :WAIT_SECS 0.5
  479. PLOT_PKL
  480.  
  481. PKL_SUB BALL
  482. PLOT_PKL
  483. WAIT_SECS 0.5
  484.  
  485. PKL_SUB ZIMMER
  486. Plot_PKL
  487. WAIT_SECS 1
  488.  
  489.  
  490. ;*********************************
  491. ;PFERDEKOPF
  492.  
  493. Meldung In diesem Abschnitt zeigen wir, wie ein komplexes Objekt entsteht.
  494.  
  495. CALL Kopf_1.SKR
  496.  
  497. PKL_ADD Kopf
  498. PLOT_PKL
  499.  
  500. ;*********************************
  501. ;EINFÜGEN DES BEARBEITETEN KOPFES
  502.  
  503. Meldung Wir überarbeiten das erzeugte Polygon ...
  504.  
  505. ;CALL Kopf_2.SKR
  506.  
  507. ;REFSKRIPT
  508.  
  509. OBJ_NEW KOPF2 6
  510. GET_RESULT create_name
  511.  
  512. PKL_ADD KOPF2
  513. PLOT_SCHRAEG
  514.  
  515. ;********Punkte erzeugen************
  516.  
  517.  
  518. GEO_new_pt create_name
  519. GET_RESULT res
  520. GEO_SET_PT create_name  res -14.000000 15.000000 0.000000
  521.  
  522. GEO_new_pt create_name
  523. GET_RESULT res
  524. GEO_SET_PT create_name  res -14.696030 14.514892 0.000000
  525. GEO_new_pt create_name
  526. GET_RESULT res
  527. GEO_SET_PT create_name  res -15.720922 13.881990 0.000000
  528. GEO_new_pt create_name
  529. GET_RESULT res
  530. GEO_SET_PT create_name  res -16.812014 13.002799 0.000000
  531. GEO_new_pt create_name
  532. GET_RESULT res
  533. GEO_SET_PT create_name  res -17.706640 11.778815 0.000000
  534. GEO_new_pt create_name
  535. GET_RESULT res
  536. GEO_SET_PT create_name  res -18.174395 10.034627 0.000000
  537. GEO_new_pt create_name
  538. GET_RESULT res
  539. GEO_SET_PT create_name  res -18.296293 7.459840 0.000000
  540. GEO_new_pt create_name
  541. GET_RESULT res
  542. GEO_SET_PT create_name  res -18.220308 4.536802 0.000000
  543. GEO_new_pt create_name
  544. GET_RESULT res
  545. GEO_SET_PT create_name  res -18.077768 1.856507 0.000000
  546. GEO_new_pt create_name
  547. GET_RESULT res
  548. GEO_SET_PT create_name  res -18.175341 1.640804 0.000000
  549. GEO_new_pt create_name
  550. GET_RESULT res
  551. GEO_SET_PT create_name  res -18.311668 1.324247 0.000000
  552. GEO_new_pt create_name
  553. GET_RESULT res
  554. GEO_SET_PT create_name  res -18.218874 0.608129 0.000000
  555. GEO_new_pt create_name
  556. GET_RESULT res
  557. GEO_SET_PT create_name  res -17.664961 -0.818645 0.000000
  558. GEO_new_pt create_name
  559. GET_RESULT res
  560. GEO_SET_PT create_name  res -16.725306 -3.033884 0.000000
  561. GEO_new_pt create_name
  562. GET_RESULT res
  563. GEO_SET_PT create_name  res -15.487363 -5.586572 0.000000
  564. GEO_new_pt create_name
  565. GET_RESULT res
  566. GEO_SET_PT create_name  res -14.015391 -7.978970 0.000000
  567. GEO_new_pt create_name
  568. GET_RESULT res
  569. GEO_SET_PT create_name  res -12.383716 -10.250748 0.000000
  570. GEO_new_pt create_name
  571. GET_RESULT res
  572. GEO_SET_PT create_name  res -10.532643 -12.515534 0.000000
  573. GEO_new_pt create_name
  574. GET_RESULT res
  575. GEO_SET_PT create_name  res -8.322824 -14.355317 0.000000
  576. GEO_new_pt create_name
  577. GET_RESULT res
  578. GEO_SET_PT create_name  res -5.496342 -15.359697 0.000000
  579. GEO_new_pt create_name
  580. GET_RESULT res
  581. GEO_SET_PT create_name  res -1.645630 -15.492480 0.000000
  582. GEO_new_pt create_name
  583. GET_RESULT res
  584. GEO_SET_PT create_name  res 2.236639 -15.210036 0.000000
  585. GEO_new_pt create_name
  586. GET_RESULT res
  587. GEO_SET_PT create_name  res 5.000000 -15.000000 0.000000
  588. GEO_new_pt create_name
  589. GET_RESULT res
  590. GEO_SET_PT create_name  res 11.000000 -14.500000 0.000000
  591. GEO_new_pt create_name
  592. GET_RESULT res
  593. GEO_SET_PT create_name  res 14.387790 -14.345844 0.000000
  594. GEO_new_pt create_name
  595. GET_RESULT res
  596. GEO_SET_PT create_name  res 17.499418 -13.804180 0.000000
  597. GEO_new_pt create_name
  598. GET_RESULT res
  599. GEO_SET_PT create_name  res 18.614964 -12.693554 0.000000
  600. GEO_new_pt create_name
  601. GET_RESULT res
  602. GEO_SET_PT create_name  res 19.383865 -11.311073 0.000000
  603. GEO_new_pt create_name
  604. GET_RESULT res
  605. GEO_SET_PT create_name  res 19.915789 -9.610106 0.000000
  606. GEO_new_pt create_name
  607. GET_RESULT res
  608. GEO_SET_PT create_name  res 20.173834 -6.616693 0.000000
  609. GEO_new_pt create_name
  610. GET_RESULT res
  611. GEO_SET_PT create_name  res 20.005552 -3.030877 0.000000
  612. GEO_new_pt create_name
  613. GET_RESULT res
  614. GEO_SET_PT create_name  res 18.837978 -0.190839 0.000000
  615. GEO_new_pt create_name
  616. GET_RESULT res
  617. GEO_SET_PT create_name  res 17.922512 2.787130 0.000000
  618. GEO_new_pt create_name
  619. GET_RESULT res
  620. GEO_SET_PT create_name  res 18.158844 6.427025 0.000000
  621. GEO_new_pt create_name
  622. GET_RESULT res
  623. GEO_SET_PT create_name  res 17.721783 8.367716 0.000000
  624. GEO_new_pt create_name
  625. GET_RESULT res
  626. GEO_SET_PT create_name  res 16.685152 9.985789 0.000000
  627. GEO_new_pt create_name
  628. GET_RESULT res
  629. GEO_SET_PT create_name  res 15.224818 10.868407 0.000000
  630. GEO_new_pt create_name
  631. GET_RESULT res
  632. GEO_SET_PT create_name  res 13.691008 10.976798 0.000000
  633. GEO_new_pt create_name
  634. GET_RESULT res
  635. GEO_SET_PT create_name  res 12.294318 11.398776 0.000000
  636. GEO_new_pt create_name
  637. GET_RESULT res
  638. GEO_SET_PT create_name  res 10.944631 11.237088 0.000000
  639. GEO_new_pt create_name
  640. GET_RESULT res
  641. GEO_SET_PT create_name  res 9.750000 10.250000 0.000000
  642. GEO_new_pt create_name
  643. GET_RESULT res
  644. GEO_SET_PT create_name  res 8.860128 10.382646 0.000000
  645. GEO_new_pt create_name
  646. GET_RESULT res
  647. GEO_SET_PT create_name  res 7.702986 9.619171 0.000000
  648. GEO_new_pt create_name
  649. GET_RESULT res
  650. GEO_SET_PT create_name  res 6.362327 7.184775 0.000000
  651. GEO_new_pt create_name
  652. GET_RESULT res
  653. GEO_SET_PT create_name  res 6.123492 5.074854 0.000000
  654. GEO_new_pt create_name
  655. GET_RESULT res
  656. GEO_SET_PT create_name  res 6.934156 3.425599 0.000000
  657. GEO_new_pt create_name
  658. GET_RESULT res
  659. GEO_SET_PT create_name  res 6.662047 1.565155 0.000000
  660. GEO_new_pt create_name
  661. GET_RESULT res
  662. GEO_SET_PT create_name  res 6.142643 0.995437 0.000000
  663. GEO_new_pt create_name
  664. GET_RESULT res
  665. GEO_SET_PT create_name  res 5.268900 0.646514 0.000000
  666. GEO_new_pt create_name
  667. GET_RESULT res
  668. GEO_SET_PT create_name  res 4.216913 0.547795 0.000000
  669. GEO_new_pt create_name
  670. GET_RESULT res
  671. GEO_SET_PT create_name  res 3.162778 0.728691 0.000000
  672. GEO_new_pt create_name
  673. GET_RESULT res
  674. GEO_SET_PT create_name  res 2.282589 1.218614 0.000000
  675. GEO_new_pt create_name
  676. GET_RESULT res
  677. GEO_SET_PT create_name  res 1.752442 2.046974 0.000000
  678. GEO_new_pt create_name
  679. GET_RESULT res
  680. GEO_SET_PT create_name  res 1.720127 2.309377 0.000000
  681. GEO_new_pt create_name
  682. GET_RESULT res
  683. GEO_SET_PT create_name  res 1.696424 2.740498 0.000000
  684. GEO_new_pt create_name
  685. GET_RESULT res
  686. GEO_SET_PT create_name  res 1.786568 3.453568 0.000000
  687. GEO_new_pt create_name
  688. GET_RESULT res
  689. GEO_SET_PT create_name  res 1.996624 4.400958 0.000000
  690. GEO_new_pt create_name
  691. GET_RESULT res
  692. GEO_SET_PT create_name  res 2.305842 5.675383 0.000000
  693. GEO_new_pt create_name
  694. GET_RESULT res
  695. GEO_SET_PT create_name  res 2.770050 7.529334 0.000000
  696. GEO_new_pt create_name
  697. GET_RESULT res
  698. GEO_SET_PT create_name  res 3.507102 10.145834 0.000000
  699. GEO_new_pt create_name
  700. GET_RESULT res
  701. GEO_SET_PT create_name  res 3.990979 12.549021 0.000000
  702. GEO_new_pt create_name
  703. GET_RESULT res
  704. GEO_SET_PT create_name  res 3.660390 13.914655 0.000000
  705. GEO_new_pt create_name
  706. GET_RESULT res
  707. GEO_SET_PT create_name  res 2.737829 14.604043 0.000000
  708. GEO_new_pt create_name
  709. GET_RESULT res
  710. GEO_SET_PT create_name  res 2.000000 15.000000 0.000000
  711.  
  712. Pol_Schliessen Kopf2
  713.  
  714. GEO_SELECT_ALL_PTS KOPF2
  715.  
  716. PKL_ADD Kopf2
  717. PLOT_PKL
  718.  
  719. WAIT_SECS 3
  720.  
  721. ;Return 1
  722.  
  723. ;***********************
  724. ; KOPF LÖSCHEN
  725.  
  726. OBJ_DEL KOPF
  727. PLOT_SCHRAEG
  728. Wait_SECS 2
  729.  
  730. ;KOPF 03
  731.  
  732.  
  733. OBJ_NEW KOPF03 3
  734. GET_RESULT create_name
  735.  
  736. PKL_ADD KOPF03
  737. PLOT_PKL
  738.  
  739. ;********Punkte erzeugen************
  740.  
  741. Meldung ... und erzeugen ein dreidimensionales Objekt.
  742.  
  743. GEO_new_pt create_name
  744. GET_RESULT res
  745. GEO_SET_PT create_name  res -14.000000 15.000000 0.000000
  746.  
  747. GEO_new_pt create_name
  748. GET_RESULT res
  749. GEO_SET_PT create_name  res -14.696030 14.514892 0.000000
  750. GEO_new_pt create_name
  751. GET_RESULT res
  752. GEO_SET_PT create_name  res -15.720922 13.881990 0.000000
  753. GEO_new_pt create_name
  754. GET_RESULT res
  755. GEO_SET_PT create_name  res -16.812014 13.002799 0.000000
  756. GEO_new_pt create_name
  757. GET_RESULT res
  758. GEO_SET_PT create_name  res -17.706640 11.778815 0.000000
  759. GEO_new_pt create_name
  760. GET_RESULT res
  761. GEO_SET_PT create_name  res -18.174395 10.034627 0.000000
  762. GEO_new_pt create_name
  763. GET_RESULT res
  764. GEO_SET_PT create_name  res -18.296293 7.459840 0.000000
  765. GEO_new_pt create_name
  766. GET_RESULT res
  767. GEO_SET_PT create_name  res -18.220308 4.536802 0.000000
  768. GEO_new_pt create_name
  769. GET_RESULT res
  770. GEO_SET_PT create_name  res -18.077768 1.856507 0.000000
  771. GEO_new_pt create_name
  772. GET_RESULT res
  773. GEO_SET_PT create_name  res -18.175341 1.640804 0.000000
  774. GEO_new_pt create_name
  775. GET_RESULT res
  776. GEO_SET_PT create_name  res -18.311668 1.324247 0.000000
  777. GEO_new_pt create_name
  778. GET_RESULT res
  779. GEO_SET_PT create_name  res -18.218874 0.608129 0.000000
  780. GEO_new_pt create_name
  781. GET_RESULT res
  782. GEO_SET_PT create_name  res -17.664961 -0.818645 0.000000
  783. GEO_new_pt create_name
  784. GET_RESULT res
  785. GEO_SET_PT create_name  res -16.725306 -3.033884 0.000000
  786. GEO_new_pt create_name
  787. GET_RESULT res
  788. GEO_SET_PT create_name  res -15.487363 -5.586572 0.000000
  789. GEO_new_pt create_name
  790. GET_RESULT res
  791. GEO_SET_PT create_name  res -14.015391 -7.978970 0.000000
  792. GEO_new_pt create_name
  793. GET_RESULT res
  794. GEO_SET_PT create_name  res -12.383716 -10.250748 0.000000
  795. GEO_new_pt create_name
  796. GET_RESULT res
  797. GEO_SET_PT create_name  res -10.532643 -12.515534 0.000000
  798. GEO_new_pt create_name
  799. GET_RESULT res
  800. GEO_SET_PT create_name  res -8.322824 -14.355317 0.000000
  801. GEO_new_pt create_name
  802. GET_RESULT res
  803. GEO_SET_PT create_name  res -5.496342 -15.359697 0.000000
  804. GEO_new_pt create_name
  805. GET_RESULT res
  806. GEO_SET_PT create_name  res -1.645630 -15.492480 0.000000
  807. GEO_new_pt create_name
  808. GET_RESULT res
  809. GEO_SET_PT create_name  res 2.236639 -15.210036 0.000000
  810. GEO_new_pt create_name
  811. GET_RESULT res
  812. GEO_SET_PT create_name  res 5.000000 -15.000000 0.000000
  813. GEO_new_pt create_name
  814. GET_RESULT res
  815. GEO_SET_PT create_name  res 11.000000 -14.500000 0.000000
  816. GEO_new_pt create_name
  817. GET_RESULT res
  818. GEO_SET_PT create_name  res 14.387790 -14.345844 0.000000
  819. GEO_new_pt create_name
  820. GET_RESULT res
  821. GEO_SET_PT create_name  res 17.499418 -13.804180 0.000000
  822. GEO_new_pt create_name
  823. GET_RESULT res
  824. GEO_SET_PT create_name  res 18.614964 -12.693554 0.000000
  825. GEO_new_pt create_name
  826. GET_RESULT res
  827. GEO_SET_PT create_name  res 19.383865 -11.311073 0.000000
  828. GEO_new_pt create_name
  829. GET_RESULT res
  830. GEO_SET_PT create_name  res 19.915789 -9.610106 0.000000
  831. GEO_new_pt create_name
  832. GET_RESULT res
  833. GEO_SET_PT create_name  res 20.173834 -6.616693 0.000000
  834. GEO_new_pt create_name
  835. GET_RESULT res
  836. GEO_SET_PT create_name  res 20.005552 -3.030877 0.000000
  837. GEO_new_pt create_name
  838. GET_RESULT res
  839. GEO_SET_PT create_name  res 18.837978 -0.190839 0.000000
  840. GEO_new_pt create_name
  841. GET_RESULT res
  842. GEO_SET_PT create_name  res 17.922512 2.787130 0.000000
  843. GEO_new_pt create_name
  844. GET_RESULT res
  845. GEO_SET_PT create_name  res 18.158844 6.427025 0.000000
  846. GEO_new_pt create_name
  847. GET_RESULT res
  848. GEO_SET_PT create_name  res 17.721783 8.367716 0.000000
  849. GEO_new_pt create_name
  850. GET_RESULT res
  851. GEO_SET_PT create_name  res 16.685152 9.985789 0.000000
  852. GEO_new_pt create_name
  853. GET_RESULT res
  854. GEO_SET_PT create_name  res 15.224818 10.868407 0.000000
  855. GEO_new_pt create_name
  856. GET_RESULT res
  857. GEO_SET_PT create_name  res 13.691008 10.976798 0.000000
  858. GEO_new_pt create_name
  859. GET_RESULT res
  860. GEO_SET_PT create_name  res 12.294318 11.398776 0.000000
  861. GEO_new_pt create_name
  862. GET_RESULT res
  863. GEO_SET_PT create_name  res 10.944631 11.237088 0.000000
  864. GEO_new_pt create_name
  865. GET_RESULT res
  866. GEO_SET_PT create_name  res 9.750000 10.250000 0.000000
  867. GEO_new_pt create_name
  868. GET_RESULT res
  869. GEO_SET_PT create_name  res 8.860128 10.382646 0.000000
  870. GEO_new_pt create_name
  871. GET_RESULT res
  872. GEO_SET_PT create_name  res 7.702986 9.619171 0.000000
  873. GEO_new_pt create_name
  874. GET_RESULT res
  875. GEO_SET_PT create_name  res 6.362327 7.184775 0.000000
  876. GEO_new_pt create_name
  877. GET_RESULT res
  878. GEO_SET_PT create_name  res 6.123492 5.074854 0.000000
  879. GEO_new_pt create_name
  880. GET_RESULT res
  881. GEO_SET_PT create_name  res 6.934156 3.425599 0.000000
  882. GEO_new_pt create_name
  883. GET_RESULT res
  884. GEO_SET_PT create_name  res 6.662047 1.565155 0.000000
  885. GEO_new_pt create_name
  886. GET_RESULT res
  887. GEO_SET_PT create_name  res 6.142643 0.995437 0.000000
  888. GEO_new_pt create_name
  889. GET_RESULT res
  890. GEO_SET_PT create_name  res 5.268900 0.646514 0.000000
  891. GEO_new_pt create_name
  892. GET_RESULT res
  893. GEO_SET_PT create_name  res 4.216913 0.547795 0.000000
  894. GEO_new_pt create_name
  895. GET_RESULT res
  896. GEO_SET_PT create_name  res 3.162778 0.728691 0.000000
  897. GEO_new_pt create_name
  898. GET_RESULT res
  899. GEO_SET_PT create_name  res 2.282589 1.218614 0.000000
  900. GEO_new_pt create_name
  901. GET_RESULT res
  902. GEO_SET_PT create_name  res 1.752442 2.046974 0.000000
  903. GEO_new_pt create_name
  904. GET_RESULT res
  905. GEO_SET_PT create_name  res 1.720127 2.309377 0.000000
  906. GEO_new_pt create_name
  907. GET_RESULT res
  908. GEO_SET_PT create_name  res 1.696424 2.740498 0.000000
  909. GEO_new_pt create_name
  910. GET_RESULT res
  911. GEO_SET_PT create_name  res 1.786568 3.453568 0.000000
  912. GEO_new_pt create_name
  913. GET_RESULT res
  914. GEO_SET_PT create_name  res 1.996624 4.400958 0.000000
  915. GEO_new_pt create_name
  916. GET_RESULT res
  917. GEO_SET_PT create_name  res 2.305842 5.675383 0.000000
  918. GEO_new_pt create_name
  919. GET_RESULT res
  920. GEO_SET_PT create_name  res 2.770050 7.529334 0.000000
  921. GEO_new_pt create_name
  922. GET_RESULT res
  923. GEO_SET_PT create_name  res 3.507102 10.145834 0.000000
  924. GEO_new_pt create_name
  925. GET_RESULT res
  926. GEO_SET_PT create_name  res 3.990979 12.549021 0.000000
  927. GEO_new_pt create_name
  928. GET_RESULT res
  929. GEO_SET_PT create_name  res 3.660390 13.914655 0.000000
  930. GEO_new_pt create_name
  931. GET_RESULT res
  932. GEO_SET_PT create_name  res 2.737829 14.604043 0.000000
  933. GEO_new_pt create_name
  934. GET_RESULT res
  935. GEO_SET_PT create_name  res 2.000000 15.000000 0.000000
  936. GEO_new_pt create_name
  937. GET_RESULT res
  938. GEO_SET_PT create_name  res -14.000000 15.000008 4.000000
  939. GEO_new_pt create_name
  940. GET_RESULT res
  941. GEO_SET_PT create_name  res -14.696030 14.514899 4.000000
  942. GEO_new_pt create_name
  943. GET_RESULT res
  944. GEO_SET_PT create_name  res -15.720922 13.881998 4.000000
  945. GEO_new_pt create_name
  946. GET_RESULT res
  947. GEO_SET_PT create_name  res -16.812014 13.002807 4.000000
  948. GEO_new_pt create_name
  949. GET_RESULT res
  950. GEO_SET_PT create_name  res -17.706640 11.778823 4.000000
  951. GEO_new_pt create_name
  952. GET_RESULT res
  953. GEO_SET_PT create_name  res -18.174395 10.034635 4.000000
  954. GEO_new_pt create_name
  955. GET_RESULT res
  956. GEO_SET_PT create_name  res -18.296293 7.459847 4.000000
  957. GEO_new_pt create_name
  958. GET_RESULT res
  959. GEO_SET_PT create_name  res -18.220308 4.536810 4.000000
  960. GEO_new_pt create_name
  961. GET_RESULT res
  962. GEO_SET_PT create_name  res -18.077768 1.856515 4.000000
  963. GEO_new_pt create_name
  964. GET_RESULT res
  965. GEO_SET_PT create_name  res -18.175341 1.640812 4.000000
  966. GEO_new_pt create_name
  967. GET_RESULT res
  968. GEO_SET_PT create_name  res -18.311668 1.324255 4.000000
  969. GEO_new_pt create_name
  970. GET_RESULT res
  971. GEO_SET_PT create_name  res -18.218874 0.608137 4.000000
  972. GEO_new_pt create_name
  973. GET_RESULT res
  974. GEO_SET_PT create_name  res -17.664961 -0.818638 4.000000
  975. GEO_new_pt create_name
  976. GET_RESULT res
  977. GEO_SET_PT create_name  res -16.725306 -3.033876 4.000000
  978. GEO_new_pt create_name
  979. GET_RESULT res
  980. GEO_SET_PT create_name  res -15.487363 -5.586565 4.000000
  981. GEO_new_pt create_name
  982. GET_RESULT res
  983. GEO_SET_PT create_name  res -14.015391 -7.978962 4.000000
  984. GEO_new_pt create_name
  985. GET_RESULT res
  986. GEO_SET_PT create_name  res -12.383716 -10.250740 4.000000
  987. GEO_new_pt create_name
  988. GET_RESULT res
  989. GEO_SET_PT create_name  res -10.532643 -12.515527 4.000000
  990. GEO_new_pt create_name
  991. GET_RESULT res
  992. GEO_SET_PT create_name  res -8.322824 -14.355309 4.000000
  993. GEO_new_pt create_name
  994. GET_RESULT res
  995. GEO_SET_PT create_name  res -5.496342 -15.359690 4.000000
  996. GEO_new_pt create_name
  997. GET_RESULT res
  998. GEO_SET_PT create_name  res -1.645630 -15.492473 4.000000
  999. GEO_new_pt create_name
  1000. GET_RESULT res
  1001. GEO_SET_PT create_name  res 2.236639 -15.210029 4.000000
  1002. GEO_new_pt create_name
  1003. GET_RESULT res
  1004. GEO_SET_PT create_name  res 5.000000 -14.999992 4.000000
  1005. GEO_new_pt create_name
  1006. GET_RESULT res
  1007. GEO_SET_PT create_name  res 11.000000 -14.499992 4.000000
  1008. GEO_new_pt create_name
  1009. GET_RESULT res
  1010. GEO_SET_PT create_name  res 14.387790 -14.345837 4.000000
  1011. GEO_new_pt create_name
  1012. GET_RESULT res
  1013. GEO_SET_PT create_name  res 17.499418 -13.804173 4.000000
  1014. GEO_new_pt create_name
  1015. GET_RESULT res
  1016. GEO_SET_PT create_name  res 18.614964 -12.693546 4.000000
  1017. GEO_new_pt create_name
  1018. GET_RESULT res
  1019. GEO_SET_PT create_name  res 19.383865 -11.311066 4.000000
  1020. GEO_new_pt create_name
  1021. GET_RESULT res
  1022. GEO_SET_PT create_name  res 19.915789 -9.610099 4.000000
  1023. GEO_new_pt create_name
  1024. GET_RESULT res
  1025. GEO_SET_PT create_name  res 20.173834 -6.616685 4.000000
  1026. GEO_new_pt create_name
  1027. GET_RESULT res
  1028. GEO_SET_PT create_name  res 20.005552 -3.030869 4.000000
  1029. GEO_new_pt create_name
  1030. GET_RESULT res
  1031. GEO_SET_PT create_name  res 18.837978 -0.190831 4.000000
  1032. GEO_new_pt create_name
  1033. GET_RESULT res
  1034. GEO_SET_PT create_name  res 17.922512 2.787137 4.000000
  1035. GEO_new_pt create_name
  1036. GET_RESULT res
  1037. GEO_SET_PT create_name  res 18.158844 6.427033 4.000000
  1038. GEO_new_pt create_name
  1039. GET_RESULT res
  1040. GEO_SET_PT create_name  res 17.721783 8.367723 4.000000
  1041. GEO_new_pt create_name
  1042. GET_RESULT res
  1043. GEO_SET_PT create_name  res 16.685152 9.985797 4.000000
  1044. GEO_new_pt create_name
  1045. GET_RESULT res
  1046. GEO_SET_PT create_name  res 15.224818 10.868415 4.000000
  1047.  
  1048. GEO_new_pt create_name
  1049. GET_RESULT res
  1050. GEO_SET_PT create_name  res 13.691008 10.976806 4.000000
  1051. GEO_new_pt create_name
  1052. GET_RESULT res
  1053. GEO_SET_PT create_name  res 12.294318 11.398784 4.000000
  1054. GEO_new_pt create_name
  1055. GET_RESULT res
  1056. GEO_SET_PT create_name  res 10.944631 11.237096 4.000000
  1057. GEO_new_pt create_name
  1058. GET_RESULT res
  1059. GEO_SET_PT create_name  res 9.750000 10.250008 4.000000
  1060. GEO_new_pt create_name
  1061. GET_RESULT res
  1062. GEO_SET_PT create_name  res 8.860128 10.382653 4.000000
  1063. GEO_new_pt create_name
  1064. GET_RESULT res
  1065. GEO_SET_PT create_name  res 7.702986 9.619179 4.000000
  1066. GEO_new_pt create_name
  1067. GET_RESULT res
  1068. GEO_SET_PT create_name  res 6.362327 7.184783 4.000000
  1069. GEO_new_pt create_name
  1070. GET_RESULT res
  1071. GEO_SET_PT create_name  res 6.123492 5.074862 4.000000
  1072. GEO_new_pt create_name
  1073. GET_RESULT res
  1074. GEO_SET_PT create_name  res 6.934156 3.425606 4.000000
  1075. GEO_new_pt create_name
  1076. GET_RESULT res
  1077. GEO_SET_PT create_name  res 6.662047 1.565162 4.000000
  1078. GEO_new_pt create_name
  1079. GET_RESULT res
  1080. GEO_SET_PT create_name  res 6.142643 0.995445 4.000000
  1081. GEO_new_pt create_name
  1082. GET_RESULT res
  1083. GEO_SET_PT create_name  res 5.268900 0.646521 4.000000
  1084. GEO_new_pt create_name
  1085. GET_RESULT res
  1086. GEO_SET_PT create_name  res 4.216913 0.547802 4.000000
  1087. GEO_new_pt create_name
  1088. GET_RESULT res
  1089. GEO_SET_PT create_name  res 3.162778 0.728699 4.000000
  1090. GEO_new_pt create_name
  1091. GET_RESULT res
  1092. GEO_SET_PT create_name  res 2.282589 1.218622 4.000000
  1093. GEO_new_pt create_name
  1094. GET_RESULT res
  1095. GEO_SET_PT create_name  res 1.752442 2.046981 4.000000
  1096. GEO_new_pt create_name
  1097. GET_RESULT res
  1098. GEO_SET_PT create_name  res 1.720127 2.309385 4.000000
  1099. GEO_new_pt create_name
  1100. GET_RESULT res
  1101. GEO_SET_PT create_name  res 1.696424 2.740505 4.000000
  1102. GEO_new_pt create_name
  1103. GET_RESULT res
  1104. GEO_SET_PT create_name  res 1.786568 3.453576 4.000000
  1105. GEO_new_pt create_name
  1106. GET_RESULT res
  1107. GEO_SET_PT create_name  res 1.996624 4.400965 4.000000
  1108. GEO_new_pt create_name
  1109. GET_RESULT res
  1110. GEO_SET_PT create_name  res 2.305842 5.675390 4.000000
  1111. GEO_new_pt create_name
  1112. GET_RESULT res
  1113. GEO_SET_PT create_name  res 2.770050 7.529341 4.000000
  1114. GEO_new_pt create_name
  1115. GET_RESULT res
  1116. GEO_SET_PT create_name  res 3.507102 10.145842 4.000000
  1117. GEO_new_pt create_name
  1118. GET_RESULT res
  1119. GEO_SET_PT create_name  res 3.990979 12.549028 4.000000
  1120. GEO_new_pt create_name
  1121. GET_RESULT res
  1122. GEO_SET_PT create_name  res 3.660390 13.914662 4.000000
  1123. GEO_new_pt create_name
  1124. GET_RESULT res
  1125. GEO_SET_PT create_name  res 2.737829 14.604051 4.000000
  1126. GEO_new_pt create_name
  1127. GET_RESULT res
  1128. GEO_SET_PT create_name  res 2.000000 15.000008 4.000000
  1129. GEO_new_pt create_name
  1130. GET_RESULT res
  1131. GEO_SET_PT create_name  res -14.000000 15.000000 0.000000
  1132. GEO_new_pt create_name
  1133. GET_RESULT res
  1134. GEO_SET_PT create_name  res -14.696030 14.514892 0.000000
  1135. GEO_new_pt create_name
  1136. GET_RESULT res
  1137. GEO_SET_PT create_name  res -15.720922 13.881990 0.000000
  1138. GEO_new_pt create_name
  1139. GET_RESULT res
  1140. GEO_SET_PT create_name  res -16.812014 13.002799 0.000000
  1141. GEO_new_pt create_name
  1142. GET_RESULT res
  1143. GEO_SET_PT create_name  res -17.706640 11.778815 0.000000
  1144. GEO_new_pt create_name
  1145. GET_RESULT res
  1146. GEO_SET_PT create_name  res -18.174395 10.034627 0.000000
  1147. GEO_new_pt create_name
  1148. GET_RESULT res
  1149. GEO_SET_PT create_name  res -18.296293 7.459840 0.000000
  1150. GEO_new_pt create_name
  1151. GET_RESULT res
  1152. GEO_SET_PT create_name  res -18.220308 4.536802 0.000000
  1153. GEO_new_pt create_name
  1154. GET_RESULT res
  1155. GEO_SET_PT create_name  res -18.077768 1.856507 0.000000
  1156. GEO_new_pt create_name
  1157. GET_RESULT res
  1158. GEO_SET_PT create_name  res -18.175341 1.640804 0.000000
  1159. GEO_new_pt create_name
  1160. GET_RESULT res
  1161. GEO_SET_PT create_name  res -18.311668 1.324247 0.000000
  1162. GEO_new_pt create_name
  1163. GET_RESULT res
  1164. GEO_SET_PT create_name  res -18.218874 0.608129 0.000000
  1165. GEO_new_pt create_name
  1166. GET_RESULT res
  1167. GEO_SET_PT create_name  res -17.664961 -0.818645 0.000000
  1168. GEO_new_pt create_name
  1169. GET_RESULT res
  1170. GEO_SET_PT create_name  res -16.725306 -3.033884 0.000000
  1171. GEO_new_pt create_name
  1172. GET_RESULT res
  1173. GEO_SET_PT create_name  res -15.487363 -5.586572 0.000000
  1174. GEO_new_pt create_name
  1175. GET_RESULT res
  1176. GEO_SET_PT create_name  res -14.015391 -7.978970 0.000000
  1177. GEO_new_pt create_name
  1178. GET_RESULT res
  1179. GEO_SET_PT create_name  res -12.383716 -10.250748 0.000000
  1180. GEO_new_pt create_name
  1181. GET_RESULT res
  1182. GEO_SET_PT create_name  res -10.532643 -12.515534 0.000000
  1183. GEO_new_pt create_name
  1184. GET_RESULT res
  1185. GEO_SET_PT create_name  res -8.322824 -14.355317 0.000000
  1186. GEO_new_pt create_name
  1187. GET_RESULT res
  1188. GEO_SET_PT create_name  res -5.496342 -15.359697 0.000000
  1189. GEO_new_pt create_name
  1190. GET_RESULT res
  1191. GEO_SET_PT create_name  res -1.645630 -15.492480 0.000000
  1192. GEO_new_pt create_name
  1193. GET_RESULT res
  1194. GEO_SET_PT create_name  res 2.236639 -15.210036 0.000000
  1195. GEO_new_pt create_name
  1196. GET_RESULT res
  1197. GEO_SET_PT create_name  res 5.000000 -15.000000 0.000000
  1198. GEO_new_pt create_name
  1199. GET_RESULT res
  1200. GEO_SET_PT create_name  res 11.000000 -14.500000 0.000000
  1201. GEO_new_pt create_name
  1202. GET_RESULT res
  1203. GEO_SET_PT create_name  res 14.387790 -14.345844 0.000000
  1204. GEO_new_pt create_name
  1205. GET_RESULT res
  1206. GEO_SET_PT create_name  res 17.499418 -13.804180 0.000000
  1207. GEO_new_pt create_name
  1208. GET_RESULT res
  1209. GEO_SET_PT create_name  res 18.614964 -12.693554 0.000000
  1210. GEO_new_pt create_name
  1211. GET_RESULT res
  1212. GEO_SET_PT create_name  res 19.383865 -11.311073 0.000000
  1213. GEO_new_pt create_name
  1214. GET_RESULT res
  1215. GEO_SET_PT create_name  res 19.915789 -9.610106 0.000000
  1216. GEO_new_pt create_name
  1217. GET_RESULT res
  1218. GEO_SET_PT create_name  res 20.173834 -6.616693 0.000000
  1219. GEO_new_pt create_name
  1220. GET_RESULT res
  1221. GEO_SET_PT create_name  res 20.005552 -3.030877 0.000000
  1222. GEO_new_pt create_name
  1223. GET_RESULT res
  1224. GEO_SET_PT create_name  res 18.837978 -0.190839 0.000000
  1225. GEO_new_pt create_name
  1226. GET_RESULT res
  1227. GEO_SET_PT create_name  res 17.922512 2.787130 0.000000
  1228. GEO_new_pt create_name
  1229. GET_RESULT res
  1230. GEO_SET_PT create_name  res 18.158844 6.427025 0.000000
  1231. GEO_new_pt create_name
  1232. GET_RESULT res
  1233. GEO_SET_PT create_name  res 17.721783 8.367716 0.000000
  1234. GEO_new_pt create_name
  1235. GET_RESULT res
  1236. GEO_SET_PT create_name  res 16.685152 9.985789 0.000000
  1237. GEO_new_pt create_name
  1238. GET_RESULT res
  1239. GEO_SET_PT create_name  res 15.224818 10.868407 0.000000
  1240. GEO_new_pt create_name
  1241. GET_RESULT res
  1242. GEO_SET_PT create_name  res 13.691008 10.976798 0.000000
  1243. GEO_new_pt create_name
  1244. GET_RESULT res
  1245. GEO_SET_PT create_name  res 12.294318 11.398776 0.000000
  1246. GEO_new_pt create_name
  1247. GET_RESULT res
  1248. GEO_SET_PT create_name  res 10.944631 11.237088 0.000000
  1249. GEO_new_pt create_name
  1250. GET_RESULT res
  1251. GEO_SET_PT create_name  res 9.750000 10.250000 0.000000
  1252. GEO_new_pt create_name
  1253. GET_RESULT res
  1254. GEO_SET_PT create_name  res 8.860128 10.382646 0.000000
  1255. GEO_new_pt create_name
  1256. GET_RESULT res
  1257. GEO_SET_PT create_name  res 7.702986 9.619171 0.000000
  1258. GEO_new_pt create_name
  1259. GET_RESULT res
  1260. GEO_SET_PT create_name  res 6.362327 7.184775 0.000000
  1261. GEO_new_pt create_name
  1262. GET_RESULT res
  1263. GEO_SET_PT create_name  res 6.123492 5.074854 0.000000
  1264. GEO_new_pt create_name
  1265. GET_RESULT res
  1266. GEO_SET_PT create_name  res 6.934156 3.425599 0.000000
  1267. GEO_new_pt create_name
  1268. GET_RESULT res
  1269. GEO_SET_PT create_name  res 6.662047 1.565155 0.000000
  1270. GEO_new_pt create_name
  1271. GET_RESULT res
  1272. GEO_SET_PT create_name  res 6.142643 0.995437 0.000000
  1273. GEO_new_pt create_name
  1274. GET_RESULT res
  1275. GEO_SET_PT create_name  res 5.268900 0.646514 0.000000
  1276. GEO_new_pt create_name
  1277. GET_RESULT res
  1278. GEO_SET_PT create_name  res 4.216913 0.547795 0.000000
  1279. GEO_new_pt create_name
  1280. GET_RESULT res
  1281. GEO_SET_PT create_name  res 3.162778 0.728691 0.000000
  1282. GEO_new_pt create_name
  1283. GET_RESULT res
  1284. GEO_SET_PT create_name  res 2.282589 1.218614 0.000000
  1285. GEO_new_pt create_name
  1286. GET_RESULT res
  1287. GEO_SET_PT create_name  res 1.752442 2.046974 0.000000
  1288. GEO_new_pt create_name
  1289. GET_RESULT res
  1290. GEO_SET_PT create_name  res 1.720127 2.309377 0.000000
  1291. GEO_new_pt create_name
  1292. GET_RESULT res
  1293. GEO_SET_PT create_name  res 1.696424 2.740498 0.000000
  1294. GEO_new_pt create_name
  1295. GET_RESULT res
  1296. GEO_SET_PT create_name  res 1.786568 3.453568 0.000000
  1297. GEO_new_pt create_name
  1298. GET_RESULT res
  1299. GEO_SET_PT create_name  res 1.996624 4.400958 0.000000
  1300. GEO_new_pt create_name
  1301. GET_RESULT res
  1302. GEO_SET_PT create_name  res 2.305842 5.675383 0.000000
  1303. GEO_new_pt create_name
  1304. GET_RESULT res
  1305. GEO_SET_PT create_name  res 2.770050 7.529334 0.000000
  1306. GEO_new_pt create_name
  1307. GET_RESULT res
  1308. GEO_SET_PT create_name  res 3.507102 10.145834 0.000000
  1309. GEO_new_pt create_name
  1310. GET_RESULT res
  1311. GEO_SET_PT create_name  res 3.990979 12.549021 0.000000
  1312. GEO_new_pt create_name
  1313. GET_RESULT res
  1314. GEO_SET_PT create_name  res 3.660390 13.914655 0.000000
  1315. GEO_new_pt create_name
  1316. GET_RESULT res
  1317. GEO_SET_PT create_name  res 2.737829 14.604043 0.000000
  1318. GEO_new_pt create_name
  1319. GET_RESULT res
  1320. GEO_SET_PT create_name  res 2.000000 15.000000 0.000000
  1321. GEO_new_pt create_name
  1322. GET_RESULT res
  1323. GEO_SET_PT create_name  res -14.000000 15.000008 4.000000
  1324. GEO_new_pt create_name
  1325. GET_RESULT res
  1326. GEO_SET_PT create_name  res -14.696030 14.514899 4.000000
  1327. GEO_new_pt create_name
  1328. GET_RESULT res
  1329. GEO_SET_PT create_name  res -15.720922 13.881998 4.000000
  1330. GEO_new_pt create_name
  1331. GET_RESULT res
  1332. GEO_SET_PT create_name  res -16.812014 13.002807 4.000000
  1333. GEO_new_pt create_name
  1334. GET_RESULT res
  1335. GEO_SET_PT create_name  res -17.706640 11.778823 4.000000
  1336. GEO_new_pt create_name
  1337. GET_RESULT res
  1338. GEO_SET_PT create_name  res -18.174395 10.034635 4.000000
  1339. GEO_new_pt create_name
  1340. GET_RESULT res
  1341. GEO_SET_PT create_name  res -18.296293 7.459847 4.000000
  1342. GEO_new_pt create_name
  1343. GET_RESULT res
  1344. GEO_SET_PT create_name  res -18.220308 4.536810 4.000000
  1345. GEO_new_pt create_name
  1346. GET_RESULT res
  1347. GEO_SET_PT create_name  res -18.077768 1.856515 4.000000
  1348.  
  1349. GEO_new_pt create_name
  1350. GET_RESULT res
  1351. GEO_SET_PT create_name  res -18.175341 1.640812 4.000000
  1352. GEO_new_pt create_name
  1353. GET_RESULT res
  1354. GEO_SET_PT create_name  res -18.311668 1.324255 4.000000
  1355. GEO_new_pt create_name
  1356. GET_RESULT res
  1357. GEO_SET_PT create_name  res -18.218874 0.608137 4.000000
  1358. GEO_new_pt create_name
  1359. GET_RESULT res
  1360. GEO_SET_PT create_name  res -17.664961 -0.818638 4.000000
  1361. GEO_new_pt create_name
  1362. GET_RESULT res
  1363. GEO_SET_PT create_name  res -16.725306 -3.033876 4.000000
  1364. GEO_new_pt create_name
  1365. GET_RESULT res
  1366. GEO_SET_PT create_name  res -15.487363 -5.586565 4.000000
  1367. GEO_new_pt create_name
  1368. GET_RESULT res
  1369. GEO_SET_PT create_name  res -14.015391 -7.978962 4.000000
  1370. GEO_new_pt create_name
  1371. GET_RESULT res
  1372. GEO_SET_PT create_name  res -12.383716 -10.250740 4.000000
  1373. GEO_new_pt create_name
  1374. GET_RESULT res
  1375. GEO_SET_PT create_name  res -10.532643 -12.515527 4.000000
  1376. GEO_new_pt create_name
  1377. GET_RESULT res
  1378. GEO_SET_PT create_name  res -8.322824 -14.355309 4.000000
  1379. GEO_new_pt create_name
  1380. GET_RESULT res
  1381. GEO_SET_PT create_name  res -5.496342 -15.359690 4.000000
  1382. GEO_new_pt create_name
  1383. GET_RESULT res
  1384. GEO_SET_PT create_name  res -1.645630 -15.492473 4.000000
  1385. GEO_new_pt create_name
  1386. GET_RESULT res
  1387. GEO_SET_PT create_name  res 2.236639 -15.210029 4.000000
  1388. GEO_new_pt create_name
  1389. GET_RESULT res
  1390. GEO_SET_PT create_name  res 5.000000 -14.999992 4.000000
  1391. GEO_new_pt create_name
  1392. GET_RESULT res
  1393. GEO_SET_PT create_name  res 11.000000 -14.499992 4.000000
  1394. GEO_new_pt create_name
  1395. GET_RESULT res
  1396. GEO_SET_PT create_name  res 14.387790 -14.345837 4.000000
  1397. GEO_new_pt create_name
  1398. GET_RESULT res
  1399. GEO_SET_PT create_name  res 17.499418 -13.804173 4.000000
  1400. GEO_new_pt create_name
  1401. GET_RESULT res
  1402. GEO_SET_PT create_name  res 18.614964 -12.693546 4.000000
  1403. GEO_new_pt create_name
  1404. GET_RESULT res
  1405. GEO_SET_PT create_name  res 19.383865 -11.311066 4.000000
  1406. GEO_new_pt create_name
  1407. GET_RESULT res
  1408. GEO_SET_PT create_name  res 19.915789 -9.610099 4.000000
  1409. GEO_new_pt create_name
  1410. GET_RESULT res
  1411. GEO_SET_PT create_name  res 20.173834 -6.616685 4.000000
  1412. GEO_new_pt create_name
  1413. GET_RESULT res
  1414. GEO_SET_PT create_name  res 20.005552 -3.030869 4.000000
  1415. GEO_new_pt create_name
  1416. GET_RESULT res
  1417. GEO_SET_PT create_name  res 18.837978 -0.190831 4.000000
  1418. GEO_new_pt create_name
  1419. GET_RESULT res
  1420. GEO_SET_PT create_name  res 17.922512 2.787137 4.000000
  1421. GEO_new_pt create_name
  1422. GET_RESULT res
  1423. GEO_SET_PT create_name  res 18.158844 6.427033 4.000000
  1424. GEO_new_pt create_name
  1425. GET_RESULT res
  1426. GEO_SET_PT create_name  res 17.721783 8.367723 4.000000
  1427. GEO_new_pt create_name
  1428. GET_RESULT res
  1429. GEO_SET_PT create_name  res 16.685152 9.985797 4.000000
  1430. GEO_new_pt create_name
  1431. GET_RESULT res
  1432. GEO_SET_PT create_name  res 15.224818 10.868415 4.000000
  1433. GEO_new_pt create_name
  1434. GET_RESULT res
  1435. GEO_SET_PT create_name  res 13.691008 10.976806 4.000000
  1436. GEO_new_pt create_name
  1437. GET_RESULT res
  1438. GEO_SET_PT create_name  res 12.294318 11.398784 4.000000
  1439. GEO_new_pt create_name
  1440. GET_RESULT res
  1441. GEO_SET_PT create_name  res 10.944631 11.237096 4.000000
  1442. GEO_new_pt create_name
  1443. GET_RESULT res
  1444. GEO_SET_PT create_name  res 9.750000 10.250008 4.000000
  1445. GEO_new_pt create_name
  1446. GET_RESULT res
  1447. GEO_SET_PT create_name  res 8.860128 10.382653 4.000000
  1448. GEO_new_pt create_name
  1449. GET_RESULT res
  1450. GEO_SET_PT create_name  res 7.702986 9.619179 4.000000
  1451. GEO_new_pt create_name
  1452. GET_RESULT res
  1453. GEO_SET_PT create_name  res 6.362327 7.184783 4.000000
  1454. GEO_new_pt create_name
  1455. GET_RESULT res
  1456. GEO_SET_PT create_name  res 6.123492 5.074862 4.000000
  1457. GEO_new_pt create_name
  1458. GET_RESULT res
  1459. GEO_SET_PT create_name  res 6.934156 3.425606 4.000000
  1460. GEO_new_pt create_name
  1461. GET_RESULT res
  1462. GEO_SET_PT create_name  res 6.662047 1.565162 4.000000
  1463. GEO_new_pt create_name
  1464. GET_RESULT res
  1465. GEO_SET_PT create_name  res 6.142643 0.995445 4.000000
  1466. GEO_new_pt create_name
  1467. GET_RESULT res
  1468. GEO_SET_PT create_name  res 5.268900 0.646521 4.000000
  1469. GEO_new_pt create_name
  1470. GET_RESULT res
  1471. GEO_SET_PT create_name  res 4.216913 0.547802 4.000000
  1472. GEO_new_pt create_name
  1473. GET_RESULT res
  1474. GEO_SET_PT create_name  res 3.162778 0.728699 4.000000
  1475. GEO_new_pt create_name
  1476. GET_RESULT res
  1477. GEO_SET_PT create_name  res 2.282589 1.218622 4.000000
  1478. GEO_new_pt create_name
  1479. GET_RESULT res
  1480. GEO_SET_PT create_name  res 1.752442 2.046981 4.000000
  1481. GEO_new_pt create_name
  1482. GET_RESULT res
  1483. GEO_SET_PT create_name  res 1.720127 2.309385 4.000000
  1484. GEO_new_pt create_name
  1485. GET_RESULT res
  1486. GEO_SET_PT create_name  res 1.696424 2.740505 4.000000
  1487. GEO_new_pt create_name
  1488. GET_RESULT res
  1489. GEO_SET_PT create_name  res 1.786568 3.453576 4.000000
  1490. GEO_new_pt create_name
  1491. GET_RESULT res
  1492. GEO_SET_PT create_name  res 1.996624 4.400965 4.000000
  1493. GEO_new_pt create_name
  1494. GET_RESULT res
  1495. GEO_SET_PT create_name  res 2.305842 5.675390 4.000000
  1496. GEO_new_pt create_name
  1497. GET_RESULT res
  1498. GEO_SET_PT create_name  res 2.770050 7.529341 4.000000
  1499. GEO_new_pt create_name
  1500. GET_RESULT res
  1501. GEO_SET_PT create_name  res 3.507102 10.145842 4.000000
  1502. GEO_new_pt create_name
  1503. GET_RESULT res
  1504. GEO_SET_PT create_name  res 3.990979 12.549028 4.000000
  1505. GEO_new_pt create_name
  1506. GET_RESULT res
  1507. GEO_SET_PT create_name  res 3.660390 13.914662 4.000000
  1508. GEO_new_pt create_name
  1509. GET_RESULT res
  1510. GEO_SET_PT create_name  res 2.737829 14.604051 4.000000
  1511. GEO_new_pt create_name
  1512. GET_RESULT res
  1513. GEO_SET_PT create_name  res 2.000000 15.000008 4.000000
  1514.  
  1515.  
  1516. ;***********************************
  1517. ;********Dreiecke erzeugen************
  1518. DREI_NEW_DREI create_name 0 1 64
  1519. DREI_NEW_DREI create_name 1 65 64
  1520. DREI_NEW_DREI create_name 1 2 65
  1521. DREI_NEW_DREI create_name 2 66 65
  1522. DREI_NEW_DREI create_name 2 3 66
  1523. DREI_NEW_DREI create_name 3 67 66
  1524. DREI_NEW_DREI create_name 3 4 67
  1525. DREI_NEW_DREI create_name 4 68 67
  1526. DREI_NEW_DREI create_name 4 5 68
  1527. DREI_NEW_DREI create_name 5 69 68
  1528. DREI_NEW_DREI create_name 5 6 69
  1529. DREI_NEW_DREI create_name 6 70 69
  1530. DREI_NEW_DREI create_name 6 7 70
  1531. DREI_NEW_DREI create_name 7 71 70
  1532. DREI_NEW_DREI create_name 7 8 71
  1533. DREI_NEW_DREI create_name 8 72 71
  1534. DREI_NEW_DREI create_name 8 9 72
  1535. DREI_NEW_DREI create_name 9 73 72
  1536. DREI_NEW_DREI create_name 9 10 73
  1537. DREI_NEW_DREI create_name 10 74 73
  1538. DREI_NEW_DREI create_name 10 11 74
  1539. DREI_NEW_DREI create_name 11 75 74
  1540. DREI_NEW_DREI create_name 11 12 75
  1541. DREI_NEW_DREI create_name 12 76 75
  1542. DREI_NEW_DREI create_name 12 13 76
  1543. DREI_NEW_DREI create_name 13 77 76
  1544. DREI_NEW_DREI create_name 13 14 77
  1545. DREI_NEW_DREI create_name 14 78 77
  1546. DREI_NEW_DREI create_name 14 15 78
  1547. DREI_NEW_DREI create_name 15 79 78
  1548. DREI_NEW_DREI create_name 15 16 79
  1549. DREI_NEW_DREI create_name 16 80 79
  1550. DREI_NEW_DREI create_name 16 17 80
  1551. DREI_NEW_DREI create_name 17 81 80
  1552. DREI_NEW_DREI create_name 17 18 81
  1553. DREI_NEW_DREI create_name 18 82 81
  1554. DREI_NEW_DREI create_name 18 19 82
  1555. DREI_NEW_DREI create_name 19 83 82
  1556. DREI_NEW_DREI create_name 19 20 83
  1557. DREI_NEW_DREI create_name 20 84 83
  1558. DREI_NEW_DREI create_name 20 21 84
  1559. DREI_NEW_DREI create_name 21 85 84
  1560. DREI_NEW_DREI create_name 21 22 85
  1561. DREI_NEW_DREI create_name 22 86 85
  1562. DREI_NEW_DREI create_name 22 23 86
  1563. DREI_NEW_DREI create_name 23 87 86
  1564. DREI_NEW_DREI create_name 23 24 87
  1565. DREI_NEW_DREI create_name 24 88 87
  1566. DREI_NEW_DREI create_name 24 25 88
  1567. DREI_NEW_DREI create_name 25 89 88
  1568. DREI_NEW_DREI create_name 25 26 89
  1569. DREI_NEW_DREI create_name 26 90 89
  1570. DREI_NEW_DREI create_name 26 27 90
  1571. DREI_NEW_DREI create_name 27 91 90
  1572. DREI_NEW_DREI create_name 27 28 91
  1573. DREI_NEW_DREI create_name 28 92 91
  1574. DREI_NEW_DREI create_name 28 29 92
  1575. DREI_NEW_DREI create_name 29 93 92
  1576. DREI_NEW_DREI create_name 29 30 93
  1577. DREI_NEW_DREI create_name 30 94 93
  1578. DREI_NEW_DREI create_name 30 31 94
  1579. DREI_NEW_DREI create_name 31 95 94
  1580. DREI_NEW_DREI create_name 31 32 95
  1581. DREI_NEW_DREI create_name 32 96 95
  1582. DREI_NEW_DREI create_name 32 33 96
  1583. DREI_NEW_DREI create_name 33 97 96
  1584. DREI_NEW_DREI create_name 33 34 97
  1585. DREI_NEW_DREI create_name 34 98 97
  1586. DREI_NEW_DREI create_name 34 35 98
  1587. DREI_NEW_DREI create_name 35 99 98
  1588. DREI_NEW_DREI create_name 35 36 99
  1589. DREI_NEW_DREI create_name 36 100 99
  1590. DREI_NEW_DREI create_name 36 37 100
  1591. DREI_NEW_DREI create_name 37 101 100
  1592. DREI_NEW_DREI create_name 37 38 101
  1593. DREI_NEW_DREI create_name 38 102 101
  1594. DREI_NEW_DREI create_name 38 39 102
  1595. DREI_NEW_DREI create_name 39 103 102
  1596. DREI_NEW_DREI create_name 39 40 103
  1597. DREI_NEW_DREI create_name 40 104 103
  1598. DREI_NEW_DREI create_name 40 41 104
  1599. DREI_NEW_DREI create_name 41 105 104
  1600. DREI_NEW_DREI create_name 41 42 105
  1601. DREI_NEW_DREI create_name 42 106 105
  1602. DREI_NEW_DREI create_name 42 43 106
  1603. DREI_NEW_DREI create_name 43 107 106
  1604. DREI_NEW_DREI create_name 43 44 107
  1605. DREI_NEW_DREI create_name 44 108 107
  1606. DREI_NEW_DREI create_name 44 45 108
  1607. DREI_NEW_DREI create_name 45 109 108
  1608. DREI_NEW_DREI create_name 45 46 109
  1609. DREI_NEW_DREI create_name 46 110 109
  1610. DREI_NEW_DREI create_name 46 47 110
  1611. DREI_NEW_DREI create_name 47 111 110
  1612. DREI_NEW_DREI create_name 47 48 111
  1613. DREI_NEW_DREI create_name 48 112 111
  1614. DREI_NEW_DREI create_name 48 49 112
  1615. DREI_NEW_DREI create_name 49 113 112
  1616. DREI_NEW_DREI create_name 49 50 113
  1617. DREI_NEW_DREI create_name 50 114 113
  1618. DREI_NEW_DREI create_name 50 51 114
  1619. DREI_NEW_DREI create_name 51 115 114
  1620. DREI_NEW_DREI create_name 51 52 115
  1621. DREI_NEW_DREI create_name 52 116 115
  1622. DREI_NEW_DREI create_name 52 53 116
  1623. DREI_NEW_DREI create_name 53 117 116
  1624. DREI_NEW_DREI create_name 53 54 117
  1625. DREI_NEW_DREI create_name 54 118 117
  1626. DREI_NEW_DREI create_name 54 55 118
  1627. DREI_NEW_DREI create_name 55 119 118
  1628. DREI_NEW_DREI create_name 55 56 119
  1629. DREI_NEW_DREI create_name 56 120 119
  1630. DREI_NEW_DREI create_name 56 57 120
  1631. DREI_NEW_DREI create_name 57 121 120
  1632. DREI_NEW_DREI create_name 57 58 121
  1633. DREI_NEW_DREI create_name 58 122 121
  1634. DREI_NEW_DREI create_name 58 59 122
  1635. DREI_NEW_DREI create_name 59 123 122
  1636. DREI_NEW_DREI create_name 59 60 123
  1637. DREI_NEW_DREI create_name 60 124 123
  1638. DREI_NEW_DREI create_name 60 61 124
  1639. DREI_NEW_DREI create_name 61 125 124
  1640. DREI_NEW_DREI create_name 61 62 125
  1641. DREI_NEW_DREI create_name 62 126 125
  1642. DREI_NEW_DREI create_name 62 63 126
  1643. DREI_NEW_DREI create_name 63 127 126
  1644. DREI_NEW_DREI create_name 63 0 127
  1645. DREI_NEW_DREI create_name 0 64 127
  1646. DREI_NEW_DREI create_name 129 128 132
  1647. DREI_NEW_DREI create_name 129 128 132
  1648. DREI_NEW_DREI create_name 132 128 133
  1649. DREI_NEW_DREI create_name 133 128 191
  1650. DREI_NEW_DREI create_name 130 129 131
  1651. DREI_NEW_DREI create_name 131 129 132
  1652. DREI_NEW_DREI create_name 134 133 135
  1653. DREI_NEW_DREI create_name 135 133 141
  1654. DREI_NEW_DREI create_name 141 133 146
  1655. DREI_NEW_DREI create_name 146 133 148
  1656. DREI_NEW_DREI create_name 148 133 182
  1657. DREI_NEW_DREI create_name 182 133 183
  1658. DREI_NEW_DREI create_name 183 133 191
  1659. DREI_NEW_DREI create_name 136 135 140
  1660. DREI_NEW_DREI create_name 140 135 141
  1661. DREI_NEW_DREI create_name 137 136 139
  1662. DREI_NEW_DREI create_name 139 136 140
  1663. DREI_NEW_DREI create_name 138 137 139
  1664. DREI_NEW_DREI create_name 142 141 143
  1665. DREI_NEW_DREI create_name 143 141 144
  1666. DREI_NEW_DREI create_name 144 141 145
  1667. DREI_NEW_DREI create_name 145 141 146
  1668. DREI_NEW_DREI create_name 147 146 148
  1669. DREI_NEW_DREI create_name 149 148 178
  1670. DREI_NEW_DREI create_name 178 148 179
  1671. DREI_NEW_DREI create_name 179 148 180
  1672. DREI_NEW_DREI create_name 180 148 181
  1673. DREI_NEW_DREI create_name 181 148 182
  1674. DREI_NEW_DREI create_name 150 149 177
  1675. DREI_NEW_DREI create_name 177 149 178
  1676. DREI_NEW_DREI create_name 151 150 154
  1677. DREI_NEW_DREI create_name 154 150 155
  1678. DREI_NEW_DREI create_name 155 150 158
  1679. DREI_NEW_DREI create_name 158 150 176
  1680. DREI_NEW_DREI create_name 176 150 177
  1681. DREI_NEW_DREI create_name 152 151 154
  1682. DREI_NEW_DREI create_name 153 152 154
  1683. DREI_NEW_DREI create_name 156 155 157
  1684. DREI_NEW_DREI create_name 157 155 158
  1685. DREI_NEW_DREI create_name 159 158 174
  1686. DREI_NEW_DREI create_name 174 158 175
  1687. DREI_NEW_DREI create_name 175 158 176
  1688. DREI_NEW_DREI create_name 160 159 174
  1689. DREI_NEW_DREI create_name 161 160 163
  1690. DREI_NEW_DREI create_name 163 160 165
  1691. DREI_NEW_DREI create_name 165 160 173
  1692. DREI_NEW_DREI create_name 173 160 174
  1693. DREI_NEW_DREI create_name 162 161 163
  1694. DREI_NEW_DREI create_name 164 163 165
  1695. DREI_NEW_DREI create_name 166 165 167
  1696. DREI_NEW_DREI create_name 167 165 172
  1697. DREI_NEW_DREI create_name 172 165 173
  1698. DREI_NEW_DREI create_name 168 167 172
  1699. DREI_NEW_DREI create_name 169 168 170
  1700. DREI_NEW_DREI create_name 170 168 172
  1701. DREI_NEW_DREI create_name 171 170 172
  1702. DREI_NEW_DREI create_name 184 183 190
  1703. DREI_NEW_DREI create_name 190 183 191
  1704. DREI_NEW_DREI create_name 185 184 190
  1705. DREI_NEW_DREI create_name 186 185 190
  1706. DREI_NEW_DREI create_name 187 186 190
  1707. DREI_NEW_DREI create_name 188 187 189
  1708. DREI_NEW_DREI create_name 189 187 190
  1709. DREI_NEW_DREI create_name 192 193 196
  1710. DREI_NEW_DREI create_name 192 193 196
  1711. DREI_NEW_DREI create_name 192 196 197
  1712. DREI_NEW_DREI create_name 192 197 255
  1713. DREI_NEW_DREI create_name 193 194 195
  1714. DREI_NEW_DREI create_name 193 195 196
  1715. DREI_NEW_DREI create_name 197 198 199
  1716. DREI_NEW_DREI create_name 197 199 205
  1717. DREI_NEW_DREI create_name 197 205 210
  1718. DREI_NEW_DREI create_name 197 210 212
  1719. DREI_NEW_DREI create_name 197 212 246
  1720. DREI_NEW_DREI create_name 197 246 247
  1721. DREI_NEW_DREI create_name 197 247 255
  1722. DREI_NEW_DREI create_name 199 200 204
  1723. DREI_NEW_DREI create_name 199 204 205
  1724. DREI_NEW_DREI create_name 200 201 203
  1725. DREI_NEW_DREI create_name 200 203 204
  1726. DREI_NEW_DREI create_name 201 202 203
  1727. DREI_NEW_DREI create_name 205 206 207
  1728. DREI_NEW_DREI create_name 205 207 208
  1729. DREI_NEW_DREI create_name 205 208 209
  1730. DREI_NEW_DREI create_name 205 209 210
  1731. DREI_NEW_DREI create_name 210 211 212
  1732. DREI_NEW_DREI create_name 212 213 242
  1733. DREI_NEW_DREI create_name 212 242 243
  1734. DREI_NEW_DREI create_name 212 243 244
  1735. DREI_NEW_DREI create_name 212 244 245
  1736. DREI_NEW_DREI create_name 212 245 246
  1737. DREI_NEW_DREI create_name 213 214 241
  1738. DREI_NEW_DREI create_name 213 241 242
  1739. DREI_NEW_DREI create_name 214 215 218
  1740. DREI_NEW_DREI create_name 214 218 219
  1741. DREI_NEW_DREI create_name 214 219 222
  1742. DREI_NEW_DREI create_name 214 222 240
  1743. DREI_NEW_DREI create_name 214 240 241
  1744. DREI_NEW_DREI create_name 215 216 218
  1745. DREI_NEW_DREI create_name 216 217 218
  1746. DREI_NEW_DREI create_name 219 220 221
  1747. DREI_NEW_DREI create_name 219 221 222
  1748. DREI_NEW_DREI create_name 222 223 238
  1749. DREI_NEW_DREI create_name 222 238 239
  1750. DREI_NEW_DREI create_name 222 239 240
  1751. DREI_NEW_DREI create_name 223 224 238
  1752. DREI_NEW_DREI create_name 224 225 227
  1753. DREI_NEW_DREI create_name 224 227 229
  1754. DREI_NEW_DREI create_name 224 229 237
  1755. DREI_NEW_DREI create_name 224 237 238
  1756. DREI_NEW_DREI create_name 225 226 227
  1757. DREI_NEW_DREI create_name 227 228 229
  1758. DREI_NEW_DREI create_name 229 230 231
  1759. DREI_NEW_DREI create_name 229 231 236
  1760. DREI_NEW_DREI create_name 229 236 237
  1761. DREI_NEW_DREI create_name 231 232 236
  1762. DREI_NEW_DREI create_name 232 233 234
  1763. DREI_NEW_DREI create_name 232 234 236
  1764. DREI_NEW_DREI create_name 234 235 236
  1765. DREI_NEW_DREI create_name 247 248 254
  1766. DREI_NEW_DREI create_name 247 254 255
  1767. DREI_NEW_DREI create_name 248 249 254
  1768. DREI_NEW_DREI create_name 249 250 254
  1769. DREI_NEW_DREI create_name 250 251 254
  1770. DREI_NEW_DREI create_name 251 252 253
  1771. DREI_NEW_DREI create_name 251 253 254
  1772.  
  1773.  
  1774. OBJ_DEL KOPF2
  1775. PLOT_SCHRAEG 
  1776.  
  1777. WAIT_SECS 1
  1778.  
  1779. Meldung Der Pferdekopf wird mit einem Texturmaterial versehen:
  1780.  
  1781. ;Materialvergabe PFERDEKOPF
  1782.  
  1783. akt_kp_drei kopf03
  1784. kp_material all holz
  1785.  
  1786. ;obj_exist TX_KOPF03_HOLZ
  1787. ;get_result tex
  1788. ;if_str_equal_goto tex NEIN aaa
  1789.  
  1790. pkl_add TX_KOPF03_HOLZ
  1791. PLOT_Schraeg
  1792.  
  1793. Wait_secs 1
  1794. Farb_solid
  1795. WAIT_SECS 1
  1796.  
  1797.  
  1798. ;Bild Zeigen
  1799. Get_REFLECTIONS_DIR
  1800. Get_RESULT REFDIR
  1801.  
  1802. ADD_STR REFDIR Tutorial/Kopf.jpg
  1803. GET_RESULT REFDIR2
  1804.  
  1805.  
  1806.  
  1807. ;*************************************
  1808. TOOL_SHOW_PIC REFDIR2
  1809.  
  1810. Wait_SECS 3
  1811.  
  1812. TOOL_SHOW_DEL_PIC REFDIR2
  1813.  
  1814. Solid
  1815. WAIT_SECS 2
  1816.  
  1817. pkl_sub TX_KOPF03_HOLZ
  1818.  
  1819. WAIT_SECS 1
  1820.  
  1821. ;*************************************
  1822. ;ROTATION KOPF03
  1823.  
  1824. Meldung Wir bringen den Pferdekopf in Position.
  1825.  
  1826. GEO_ROT KOPF03 0 -10
  1827. PLOT_PKL
  1828. GEO_ROT KOPF03 0 -10
  1829. PLOT_PKL
  1830. GEO_ROT KOPF03 0 -10
  1831. PLOT_PKL
  1832. GEO_ROT KOPF03 0 -10
  1833. PLOT_PKL
  1834. GEO_ROT KOPF03 0 -10
  1835. PLOT_PKL
  1836. GEO_ROT KOPF03 0 -10
  1837. PLOT_PKL
  1838. GEO_ROT KOPF03 0 -10
  1839. PLOT_PKL
  1840. GEO_ROT KOPF03 0 -10
  1841. PLOT_PKL
  1842. GEO_ROT KOPF03 0 -10
  1843. PLOT_PKL
  1844.  
  1845. GEO_MOVE KOPF03 0 0 -70 1
  1846. PLOT_SCHRAEG
  1847.  
  1848. GEO_GET_POS KAMERA 1
  1849. GET_RESULT POS
  1850.  
  1851.  
  1852. WAIT_SECS 2
  1853.  
  1854.  
  1855. ;*************************************
  1856. ;Kamera nachzienhen
  1857. Geo_SET Kamera -37.5 40.5 -31.3
  1858. PLOT_PKL
  1859.  
  1860. Geo_SET Kamera -45.6 43.6 -30.64
  1861. PLOT_PKL
  1862.  
  1863. Geo_SET Kamera -53.7 46.7 -29.98
  1864. PLOT_PKL
  1865.  
  1866. Geo_SET Kamera -61.8 49.8 -29.32
  1867. PLOT_PKL
  1868.  
  1869. Geo_SET Kamera -69.9 52.9 -28.66
  1870. PLOT_PKL
  1871.  
  1872. Geo_SET Kamera -78 56 -28
  1873. PLOT_PKL
  1874.  
  1875. WAIT_SECS 2
  1876.  
  1877. ;*************************************
  1878. CALL Sitz.SKR
  1879.  
  1880. Meldung Auf die gleiche Weise erzeugen wir die Sitzfläche.
  1881.  
  1882. WAIT_SECS 1
  1883.  
  1884. akt_kp_drei Sitz
  1885. kp_Textur_material all Holz 0
  1886.  
  1887. PKL_ADD Sitz
  1888. PLOT_PKL
  1889. WAIT_SECS 3
  1890.  
  1891.  
  1892. ;*************************************
  1893. ;Baue KUFE1
  1894.  
  1895. Meldung Das Schaukelpferd braucht natürlich Kufen.
  1896.  
  1897. CALL 3D-Kufe2.SKR
  1898.  
  1899. akt_kp_drei 3D-Kufe2
  1900. kp_TEXTUR_material all Holz 1
  1901.  
  1902. PKL_ADD 3D-KUFE2
  1903. PLOT_PKL
  1904. WAIT_SECS 1
  1905.  
  1906.  
  1907. ;*************************************
  1908. ;Baue KUFE2
  1909.  
  1910. CALL 3D-Kufe1.SKR
  1911.  
  1912. akt_kp_drei 3D-Kufe1
  1913. kp_TEXTUR_material all Holz 1
  1914.  
  1915. PKL_ADD 3D-KUFE1
  1916. PLOT_PKL
  1917. WAIT_SECS 1
  1918.  
  1919. ;*************************************
  1920. ;Lade Details
  1921.  
  1922. CALL Details.SKR
  1923.  
  1924. Meldung Zusätzliche Details runden das Objekt ab. 
  1925.  
  1926. WAIT_SECS 1
  1927.  
  1928. akt_kp_drei Details
  1929. kp_material all Braun
  1930.  
  1931. PKL_ADD DETAILS
  1932. PLOT_PKL
  1933. WAIT_SECS 2
  1934.  
  1935. Farb_SOLID
  1936. Wait_SECS 2
  1937. ;*********************************
  1938.  
  1939. ;Ball und Würfel Bewegen
  1940.  
  1941. Geo_MOVE BALL -1.3 128 0
  1942. Geo_MOVE Würfel_1 110 -72 0
  1943. Geo_MOVE Würfel_2 110 -72 0
  1944. Geo_MOVE Würfel_3 110 -72 0
  1945. Geo_MOVE Würfel_4 110 -72 0
  1946.  
  1947. Meldung Das Zimmer wird durch weitere Utensilien ergänzt.
  1948.  
  1949. ;*************************************************
  1950. ;Umgebung Laden
  1951.  
  1952. Get_REFLECTIONS_DIR
  1953. Get_RESULT REFDIR
  1954.  
  1955. ADD_STR REFDIR Tutorial/UMGEBUNG.R4
  1956. GET_RESULT REFDIR3
  1957.  
  1958.  
  1959.  
  1960. Lade_Szene REFDIR3
  1961.  
  1962. PKL_ADD Zimmer
  1963. PKL_ADD Ball
  1964. PKL_ADD Würfel_1
  1965. PKL_ADD Würfel_2
  1966. PKL_ADD Würfel_3
  1967. PKL_ADD Würfel_4
  1968.  
  1969.  
  1970. PLOT_PKL
  1971. WAIT_SECS 4
  1972.  
  1973. Return 1
  1974.  
  1975.